home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d19
/
fdc_320.arc
/
FDC.CFG
< prev
next >
Wrap
Text File
|
1991-08-13
|
6KB
|
170 lines
; ╔═════════╗
; ║ FDC.CFG ║ File Download Counter (tm) Version 3.20
; ╚═════════╝
;
; Copyright 1990-91 (C) by Brandon M. Bachman, All Rights Reserved.
;
; This is the configuration file FDC reads to determine how to process
; each DIR file and create bulletins. Use a ";" to specify a comment
; line.
;
;───────────────────────────────────────────────────────────────────────────
;
;
; DOWNLOAD= The full path and file name of your download.txt file. This
; ──────── is a file that is created by PCBoard that records all
; downloads and uploads from your system. The default is
; "DOWNLOAD.TXT" if commented out.
;
DOWNLOAD=DOWNLOAD.TXT
;
;───────────────────────────────────────────────────────────────────────────
;
; PCBLIST= The full path and file name of a DIR.LST file created by
; ------- PCBoard which contains path names to all the DIR's in that
; conference. You may list as many PCBLIST files as you would
; like.
;
; DIR= The full path and file name of a DIR (directory listing) file you
; ─── would like FDC to search, edit, and update. You may list as many
; DIR files as you would like.
;
PCBLIST=DIR.LST
;
;DIR=DIR1
;DIR=DIR2
;DIR=DIR3
;DIR=DIR4
;DIR=DIR5
;DIR=DIR6
;DIR=DIR7
;DIR=DIR8
;DIR=DIR9
;DIR=DIR10
;DIR=DIR11
;DIR=DIR12
;DIR=DIR13
;DIR=DIR14
;DIR=DIR15
;DIR=DIR16
;
;───────────────────────────────────────────────────────────────────────────-
;
; BACKUP= Do you want FDC to back up you DIR files before editing?
; ────── Fill in with YES or NO, default is NO if commented out.
;
BACKUP=N
;
;───────────────────────────────────────────────────────────────────────────-
;
; PURGE= The number of days you would like FDC to store unfound
; ───── downloads on disk. If set to 7 FDC will purge any files wich
; have been stored for 7 or more days. Specify 0 if you do not
; want FDC to store unfound filenames on disk.
;
PURGE=7
;
;───────────────────────────────────────────────────────────────────────────-
;
; LOG= The full path and file name of a log of FDC's activities. Comment
; ─── this out if you do not want FDC to update a log file. FDC's log
; file uses the same standard as PCBoard 14.x. This allows you to
; to record PCBoard activity and FDC activity in the same CALLER log
; file. Hopefully this will your system cut down on many log files.
;
LOG=CALLER
;
;───────────────────────────────────────────────────────────────────────────
; ┌────────────────────────┐
; │ DIR EDITING PARAMETERS │
; └────────────────────────┘
;
; STYLE= The style of editing you would like FDC on the above listed DIR
; ───── files when counting the number of times a file has been
; downloaded.
;
; 0 - Do not edit DIR files. Create only a bulletin.
;
; 1 - Put the download count on the first line of the description,
; and word wrap to the next line according to the position of
; the '|' character found. If no secondary description line is
; found then FDC will word wrap to the XX character specified
; by CHAR=.
;
; 2 - Put the download count on the first line of the description,
; but do not word wrap. Truncate the description.
;
; 3 - Add a secondary line to the description of the file that
; records the download count as: "| <12> times downloaded"
;
; FDC will position this string according to the XX character
; specified by CHAR=.
;
STYLE=3
;
;
; CHAR= The default character position you would like FDC to word
; ──── wrap on if it does not find a secondary description line.
; The default is 32 which is the same as PCBoard.
;
CHAR=32
;
;
;────────────────────────────────────────────────────────────────────────────
; ┌──────────────────────────────────────┐
; │ TEXT DISPLAY AROUND DOWNLOAD COUNTER │
; └──────────────────────────────────────┘
;
; This paramter lets you choose the text that is displayed before
; and after the download counter. Specify the location of the
; download count by using the macro @FDC@. This parameter is only
; used when STYLE= is 3 or 4 (see above).
;
; NOTE: BEFORE you CHANGE this parameter it is mandatory that you strip
; all PRIOR entries in your DIR files of the old TEXT= format.
; To do this type "FDC /STRIP" at DOS, then change this parameter
; and run "FDC /START".
;
; FDC will ONLY strip lines in your DIR files that are *exact*
; matches in the format of TEXT= option.
;
; Uncomment the one of your choosing, or design your own. Notice
; example #3 includes PCBoard 14.5 color codes around the @FDC@ to
; highlight the download count with a special color.
;
;
; TEXT=<@FDC@> times downloaded.
;
TEXT=Downloaded @FDC@ times.
;
; TEXT=Downloaded @X0A@@FDC@@X0E times.
;
;
;───────────────────────────────────────────────────────────────────────────-
; ┌─────────────────────┐
; │ VIDEO MODE SETTINGS │
; └─────────────────────┘
;
; VIDEO= The video type you would like FDC to use with your monitor.
; ───── Listed below are the valid options. Use this parameters only
; if you absoutley have to. FDC is smart enough to detect
; your video type and will use that as the default. These
; are to override what FDC detects.
;
; 0 - Turn on direct screen writes
; 1 - Turn on direct screen writes w/CGA snow elimination
; 2 - Turn on BIOS screen writes
; 3 - Turn on monochrome attribute translation
; 4 - Turn off monochrome attribute translation
;
; SCREEN= Sets the number of lines on the display. Valid numbers are:
; ──────
; 25 - All video adapters (default)
; 43 - EGA
; 50 - VGA
;
; VIDEO=3
; SET_LINES=43
;
;────────────────────────────────────────────────────────────────────── <END>